home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_hylafax.idb / var / freeware / spool / fax / config / skel.z / skel
Text File  |  2002-07-08  |  5KB  |  106 lines

  1. # $Id: skel,v 1.4 2002/04/07 20:29:27 darren Exp $
  2. #
  3. # HylaFAX Facsimile Software
  4. #
  5. # Copyright (c) 1990-1996 Sam Leffler
  6. # Copyright (c) 1991-1996 Silicon Graphics, Inc.
  7. # HylaFAX is a trademark of Silicon Graphics, Inc.
  8. # Permission to use, copy, modify, distribute, and sell this software and 
  9. # its documentation for any purpose is hereby granted without fee, provided
  10. # that (i) the above copyright notices and this permission notice appear in
  11. # all copies of the software and related documentation, and (ii) the names of
  12. # Sam Leffler and Silicon Graphics may not be used in any advertising or
  13. # publicity relating to the software without the specific, prior written
  14. # permission of Sam Leffler and Silicon Graphics.
  15. # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  16. # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  17. # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  18. # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  19. # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  20. # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  21. # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  22. # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  23. # OF THIS SOFTWARE.
  24. #
  25.  
  26. #
  27. # EDIT THIS CONFIGURATION TO REFLECT YOUR SETUP
  28. #
  29. # BEGIN-SERVER
  30. CountryCode:        1        # USA
  31. LongDistancePrefix:    1
  32. InternationalPrefix:    011
  33. AreaCode:        415
  34. DialStringRules:    etc/dialrules
  35. FAXNumber:        +1.999.555.1212
  36. LocalIdentifier:    "NothingSetup"    # default is canonical FAXNumber
  37. ServerTracing:        1        # log server-related operations
  38. SessionTracing:        11        # log server-related operations
  39. RecvFileMode:        0600        # recvd facsimile are not public
  40. LogFileMode:        0600        # private log files
  41. DeviceMode:        0600        # device is accessible only to uucp/fax
  42. GettyArgs:        "-h %l dx_%s"    # requires modem to auto-detect fax/data
  43. QualifyTSI:        ""        # do not restrict inbound facsimile
  44. SpeakerVolume:        off        # machine's are already too loud
  45. RingsBeforeAnswer:    1        # answer on first ring
  46. TagLineFont:        etc/lutRS18.pcf    # tag line font
  47. TagLineFormat:        "From %%l|%c|Page %%P of %%T"
  48. MaxBadCalls:        5        # max 5 consecutive bad calls
  49. PostScriptTimeout:    300        # 5 minute timeout on PostScript jobs
  50. MaxSendPages:        25        # max pages in an outbound job
  51. MaxRecvPages:        25        # max pages in an inbound job
  52. ContCoverPage:        etc/cover.templ    # enable continuation cover pages
  53. DestControls:        etc/destcontrols # destination-specific controls
  54. MaxConcurrentJobs:    1        # serialize jobs to the same dest
  55. TimeOfDay:        "Any"        # outbound jobs any day, any time
  56. # END-SERVER
  57. #
  58. # Modem-related stuff: should reflect modem command interface
  59. # and hardware connection/cabling (e.g. flow control).
  60. #
  61. #ModemType:        Class1        # use this to supply a hint
  62. ModemRate:        19200        # rate for DCE-DTE communication
  63. ModemFlowControl:    rtscts        # RTS/CTS flow control assumed
  64. ModemSetupDTRCmd:    AT&D2        # setup so DTR drop resets modem
  65. ModemSetupDCDCmd:    AT&C1        # setup so DCD reflects carrier (or not)
  66. #
  67. # We can append the "@" symbol to the dial string so that
  68. # the modem will wait 5 seconds before attempting to connect
  69. # and return result codes that distinguish between no carrier
  70. # and no answer.  This makes it possible to avoid problems with
  71. # repeatedly dialing a number that doesn't have a fax machine
  72. # (kudos to Stuart Lynne for this trick.)
  73. #
  74. # NB: If you need to prefix phone numbers to get through a PBX,
  75. #     put it in the ModemDialCmd; e.g. "DT9%s@".
  76. #
  77. ModemDialCmd:        ATDT%s        # T for tone dialing
  78. #
  79. # Other possible configuration stuff.  The default strings are
  80. # shown below.  Only those that are different from the defaults
  81. # need to be included in the configuration file.
  82. #
  83. ModemResetCmds:        ""        # stuff to do when modem is reset
  84. ModemAnswerCmd:        ATA        # use this to answer phone
  85. ModemNoFlowCmd:        AT&K        # disable flow control cmd
  86. ModemHardFlowCmd:    AT&K3        # hardware flow control cmd
  87. ModemSoftFlowCmd:    AT&K4        # software flow control cmd
  88. ModemNoAutoAnswerCmd:    ATS0=0        # disable auto-answer
  89. #
  90. # Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH.
  91. # Note that we both turn the speaker on/off and set volume.
  92. #
  93. ModemSetVolumeCmd:    "ATM0 ATL0M1 ATL1M1 ATL2M1 ATL3M1"
  94. ModemEchoOffCmd:    ATE0        # disable command echo
  95. ModemVerboseResultsCmd:    ATV1        # enable verbose command results
  96. ModemResultCodesCmd:    ATQ0        # enable result codes
  97. ModemOnHookCmd:        ATH0        # place phone on hook (hangup)
  98. ModemSoftResetCmd:    ATZ        # do soft reset of modem
  99. ModemWaitTimeCmd:    ATS7=60        # wait 60 seconds for carrier
  100. ModemCommaPauseTimeCmd:    ATS8=2        # comma pause time is 2 seconds
  101. ModemRecvFillOrder:    LSB2MSB        # bit order of received facsimile
  102. ModemSendFillOrder:    LSB2MSB        # bit order modem expects for transmit
  103.